home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 15283 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: news.cern.ch!danpop
  2. From: danpop@mail.cern.ch (Dan Pop)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Defeat password by C
  5. Date: 18 Apr 96 09:12:37 GMT
  6. Organization: CERN European Lab for Particle Physics
  7. Message-ID: <danpop.829818757@news.cern.ch>
  8. References: <4l4cns$gs0@usenetp1.news.prodigy.com>
  9. NNTP-Posting-Host: ues5.cern.ch
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=US-ASCII
  12. Content-Transfer-Encoding: 7bit
  13. X-Newsreader: NN version 6.5.0 #18 (NOV)
  14.  
  15. In <4l4cns$gs0@usenetp1.news.prodigy.com> VRLL67A@prodigy.com (Bubba Meigs) writes:
  16.  
  17. >I am a student who trying to learn how to program C++.
  18.  
  19. Then you are in the wrong newsgroup.  Quite typical for a Prodigy user :-)
  20.  
  21. >I just wonder if anyone know how to write a program by C++ to break the 
  22. >password.
  23.  
  24. Compose all the possible passwords acceptable to the system and try them.
  25. Sooner or later you will find the correct one.  This is the only method
  26. with a 100% success rate, but there is no guarantee that the password
  27. will be broken during your lifetime :-)
  28.  
  29. For a method which is much faster, but with a considerably poorer
  30. success rate (it will always fail to break a correctly chosen password,
  31. but it will guess a lot of naively chosen passwords) have a look at a 
  32. program named "crack".  Ask archie to find it on the net.
  33.  
  34. Dan
  35. --
  36. Dan Pop
  37. CERN, CN Division
  38. Email: danpop@mail.cern.ch 
  39. Mail:  CERN - PPE, Bat. 31 R-004, CH-1211 Geneve 23, Switzerland
  40.